C1.Silverlight.Extended.PropertyGrid Namespace / PropertyWrapper<T> Class / ToString Method
ToString Method (PropertyWrapper<T>)
In This Topic
Returns a String representing the name of the current value type.
Syntax
'Declaration
 
Public Overrides Function ToString() As String
 

Return Value

A System.String representing the name of the current value type.
See Also